Goto

Collaborating Authors

 hoi detection





Mitigating Long-Tail Bias in HOI Detection via Adaptive Diversity Cache

Jiang, Yuqiu, Qiao, Xiaozhen, Mei, Tianyu, Huang, Haojian, Chen, Yifan, Zheng, Ye, Sun, Zhe

arXiv.org Artificial Intelligence

Human-Object Interaction (HOI) detection is a fundamental task in computer vision, empowering machines to comprehend human-object relationships in diverse real-world scenarios. Recent advances in VLMs have significantly improved HOI detection by leveraging rich cross-modal representations. However, most existing VLM-based approaches rely heavily on additional training or prompt tuning, resulting in substantial computational overhead and limited scalability, particularly in long-tailed scenarios where rare interactions are severely underrepresented. In this paper, we propose the Adaptive Diversity Cache (ADC) module, a novel training-free and plug-and-play mechanism designed to mitigate long-tail bias in HOI detection. ADC constructs class-specific caches that accumulate high-confidence and diverse feature representations during inference. The method incorporates frequency-aware cache adaptation that favors rare categories and is designed to enable robust prediction calibration without requiring additional training or fine-tuning. Extensive experiments on HICO-DET and V-COCO datasets show that ADC consistently improves existing HOI detectors, achieving up to +8.57\% mAP gain on rare categories and +4.39\% on the full dataset, demonstrating its effectiveness in mitigating long-tail bias while preserving overall performance.


UniHOI: Unified Human-Object Interaction Understanding via Unified Token Space

Yang, Panqi, Jing, Haodong, Zheng, Nanning, Ma, Yongqiang

arXiv.org Artificial Intelligence

In the field of human-object interaction (HOI), detection and generation are two dual tasks that have traditionally been addressed separately, hindering the development of comprehensive interaction understanding. To address this, we propose UniHOI, which jointly models HOI detection and generation via a unified token space, thereby effectively promoting knowledge sharing and enhancing generalization. Specifically, we introduce a symmetric interaction-aware attention module and a unified semi-supervised learning paradigm, enabling effective bidirectional mapping between images and interaction semantics even under limited annotations. Extensive experiments demonstrate that UniHOI achieves state-of-the-art performance in both HOI detection and generation. Specifically, UniHOI improves accuracy by 4.9% on long-tailed HOI detection and boosts interaction metrics by 42.0% on open-vocabulary generation tasks.



Neural-Logic Human-Object Interaction Detection Supplementary Materials

Neural Information Processing Systems

This document provides additional materials to supplement our main manuscript. The detection loss used for the output of human decoder ( i.e ., Moreover, an auxiliary loss is applied to the intermediate outputs of each decoder layer which contributes to improved results in the decoding process. We provide qualitative results of our method, including both success and failure cases in Fig. S2. Additionally, our model may be inefficient when it needs to deduce additional contextual cues.


RoHOI: Robustness Benchmark for Human-Object Interaction Detection

Wen, Di, Peng, Kunyu, Yang, Kailun, Chen, Yufan, Liu, Ruiping, Zheng, Junwei, Roitberg, Alina, Paudel, Danda Pani, Van Gool, Luc, Stiefelhagen, Rainer

arXiv.org Artificial Intelligence

Human-Object Interaction (HOI) detection is crucial for robot-human assistance, enabling context-aware support. However, models trained on clean datasets degrade in real-world conditions due to unforeseen corruptions, leading to inaccurate predictions. To address this, we introduce the first robustness benchmark for HOI detection, evaluating model resilience under diverse challenges. Despite advances, current models struggle with environmental variability, occlusions, and noise. Our benchmark, RoHOI, includes 20 corruption types based on the HICO-DET and V-COCO datasets and a new robustness-focused metric. We systematically analyze existing models in the HOI field, revealing significant performance drops under corruptions. To improve robustness, we propose a Semantic-Aware Masking-based Progressive Learning (SAMPL) strategy to guide the model to be optimized based on holistic and partial cues, thus dynamically adjusting the model's optimization to enhance robust feature learning. Extensive experiments show that our approach outperforms state-of-the-art methods, setting a new standard for robust HOI detection. Benchmarks, datasets, and code are available at https://github.com/KratosWen/RoHOI.